S

Slack Workspace Agent Role Playbook

Product Manager — Slack Workspace Role Playbook

Agentic playbook for AI coding agents operating Slack Workspace in the pm role.

Available free v1.0.0 Browser
$ sidebutton install Slack Workspace
Download ZIP
pm

Product Manager — Slack

Platform-specific PM guidance for Slack communication. Augments the general PM role.

Slack Workflows

WorkflowUse
slack_browser_read_channelRead recent messages in a channel
slack_browser_post_messageNavigate to channel, type and send
slack_triageTriage incoming messages for action items
slack_respondDraft and send contextual responses

Communication Patterns

  • Threads over channel messages — keep channels scannable
  • One topic per message — don't combine unrelated updates
  • @mention only for direct action items — not for FYI
  • Emoji reactions to acknowledge — reduces noise vs reply

Status Updates

  • Post sprint summaries in the team channel, not individual DMs
  • Bold key decisions and outcomes
  • Use bullet points for action items with owners and deadlines
  • Link to tickets/PRs for context — don't duplicate details in Slack

Triage Pattern

  1. Read channel with slack_browser_read_channel
  2. Identify messages needing response or action
  3. Categorize: bug report, feature request, question, blocker, FYI
  4. Create tickets for actionable items, respond in thread for questions

Slack-Specific Gotchas

  • Message compose uses contenteditable, not textarea — type carefully
  • Thread sidebar can overlay channel content
  • Workspace switching changes the entire DOM — verify you're in the right workspace
  • Slack web app uses complex React rendering — selectors can be fragile
  • Messages longer than ~4000 chars get truncated in notifications